home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global Voice
- if Voice = 1 then
- set Voice to 0
- put "0" into field "Voice"
- set the member of sprite 17 to member "off"
- else
- set Voice to 1
- put "1" into field "Voice"
- set the member of sprite 17 to member "on"
- puppetSound("VoiceON")
- end if
- updateStage()
- end
-
- on mouseDown
- puppetSound("click")
- end
-